home *** CD-ROM | disk | FTP | other *** search
/ Champak 54 / Vol 54.iso / games / gardenin.swf / scripts / frame_63 / DoAction.as < prev   
Encoding:
Text File  |  2007-09-27  |  152 b   |  11 lines

  1. function soundOn()
  2. {
  3.    SoundObj.setVolume(100);
  4. }
  5. function soundOff()
  6. {
  7.    SoundObj.setVolume(0);
  8. }
  9. this.vol = 1;
  10. masterSound = new Sound();
  11.